Skip to main content
This forum is closed to new posts and responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

I use this in the Postopen event in the user's mail database to ensure Recent Contacts is kept clear . . .

Dim contactsdb As New NotesDatabase("","names.nsf")
Set recconview=contactsdb.GetView("(Recent Contacts)")
Set contactdoc=recconview.GetFirstDocument
Do While Not contactdoc Is Nothing
Call contactdoc.Remove(False)
Set contactdoc=recconview.GetFirstDocument
Loop


Feedback response number WEBB7P5P7U created by ~Judy Kinisonli on 02/10/2009

Is there way to clear address book ... (~Vanessa Cisfre... 10.Feb.09)
. . I use this in the Postopen event in... (~Judy Kinisonli... 10.Feb.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS